Delete Files via FTP
Description
FTP Delete is a Process Entry in the File Transfer plugin for Process Studio Processes. FTP Delete Process Entry deletes files on a remote host via FTP
Configurations
No. | Field Name | Description |
---|---|---|
1 | Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. |
Server: | ||
1 | Protocol | Select the protocol. Available options are: - FTP - FTPS - SFTP - SSH |
2 | FTP server name / IP address | The name of the SFTP server or the IP address |
3 | Server Port | The TCP port to use. This is usually 22 |
4 | User name | The user name to log into the SFTP server |
5 | Password | The password to log into the SFTP server |
Connection type | Select from the list: - FTP - Implicit SSL - Authentication SSL - Implicit SSL with crypted FTP connection - Authentication TLS -Implicit TLS - Implicit TLS with crypted FTP connection | |
Use proxy | ||
6 | Proxy host | Proxy server host name |
7 | Proxy port | Proxy server port number |
8 | Proxy username | Proxy server account user name |
9 | Proxy password | Proxy server account password |
10 | Use public key | Indicates whether or not a public keyfile is to be used. |
11 | Key file | If "Use public keyfile" is checked then this field is enabled. The file can be browsed to using the browse button to the right of the field. The Public Key should be in the PEM file format For PuTTY-based Private Keys, use PuTTYgen to convert the file into "OpenSSH" format. |
12 | Key passphrase | If "Use public keyfile" is checked then this field is enabled. If a passphrase is required then enter it here. |
Files tab: | ||
Advanced: | ||
1 | Timeout | The FTP server timeout in seconds |
2 | Use active FTP connection | Enable checkbox to use an active FTP connection. |
Remote: | ||
1 | Copy previous results to args | If files to send are dynamically generated by another workflow or if you want to identify files to send, check this option.Process Studio will select files list from previous result rows (not result files) and send theses files. |
2 | Remote Directory | The remote directory on the SFTP server from which we get the files. Use the "test folder" button to connect to the remote server and validate that the folder exists. |
3 | Wildcard (regular expression) | Specify a regular expression here if you want to select multiple files. |
Success Condition: | ||
1 | Success on | Select from list: - All works fine - At least we delete x files - Nr errors less than |
2 | Limit files | Put a numerical limit on the choice above. |
Socks Proxy Tab | ||
Proxy: | ||
1 | Host | Socks Proxy host name |
2 | Port | Socks Proxy port number |
3 | Username | User name associated with the Socks Proxy account |
4 | Password | Password associated with the Socks Proxy account |